home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / 0Utils13.lha / 0Utils / Yes.doc < prev   
Text File  |  1995-04-05  |  673b  |  45 lines

  1.  
  2.     NAME
  3.     Yes
  4.  
  5.     SYNOPSIS
  6.     Yes - Output 'y' lines - Requires v37
  7.  
  8.     INPUTS
  9.     STRING,LINES/N/K
  10.  
  11.     FUNCTION
  12.     Output an nearly endless stream of 'y' lines
  13.     (actually 2^32-1).
  14.     The output string can bve changed w/ the
  15.     STRING parameter; please note, that for
  16.     that case, Yes does _not_ add newlines
  17.     itself, so the string must itself contain
  18.     a newline.
  19.     The number of output lines can be varied w/
  20.     the LINES parameter.
  21.  
  22.     RESULT
  23.     what can we call a result here?
  24.  
  25.     NOTES
  26.     CLI - only
  27.  
  28.     should compile with SAS-C
  29.  
  30.     BUGS
  31.     tell me
  32.  
  33.     EXAMPLES
  34.     >Yes LINES=5
  35.     y
  36.     y
  37.     y
  38.     y
  39.     y
  40.  
  41.     AUTHOR
  42.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  43.     noll@student.uni-kl.de
  44.  
  45.